home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20000824-20010305 / 000214_news@columbia.edu _Tue Jan 23 00:13:33 2001.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from watsun.cc.columbia.edu (watsun.cc.columbia.edu [128.59.39.2])
  3.     by uhaligani.cc.columbia.edu (8.9.3/8.9.3) with ESMTP id AAA10295
  4.     for <kermit.misc@cpunix.cc.columbia.edu>; Tue, 23 Jan 2001 00:13:33 -0500 (EST)
  5. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  6.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id AAA29538
  7.     for <kermit.misc@watsun.cc.columbia.edu>; Tue, 23 Jan 2001 00:13:32 -0500 (EST)
  8. Received: (from news@localhost)
  9.     by newsmaster.cc.columbia.edu (8.9.3/8.9.3) id AAA13465
  10.     for kermit.misc@watsun.cc.columbia.edu; Tue, 23 Jan 2001 00:03:16 -0500 (EST)
  11. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  12. From: "Lawry" <nobody@nowhere.com>
  13. Subject: Unwanted blank space in filenames...
  14. Date: Mon, 22 Jan 2001 17:55:23 -0000
  15. Organization: Customer of Energis Squared
  16. Message-ID: <73sh49.9im.ln@gate.heywood.co.uk>
  17. To: kermit.misc@columbia.edu
  18.  
  19. I have a sort semi-automatic process for users to upload files from the PC's
  20. to a Unix Server, and utilise Kermit (C-Kermit 6.0.192) underneath.
  21. Basically I just have a system call in the program on unix to start
  22. "kermit -r" and then allow the user to utilise the file transfer system of
  23. the KEA 420 emulation software to transfer the file required.
  24.  
  25. My problem is that when a file on the PC has spaces within it, the file
  26. arrives on Unix with spaces in the filename, and then the programs that
  27. subsequently process these files cannot handle the files and crashes.
  28.  
  29. What I need to know is, is there an option I can use from the command line
  30. (such that I can merely change the system call in the program on Unix to a
  31. "kermit -r -whatever") that will strip blank space out of the file name so
  32. that "My File.txt" on the PC would be "MyFile.txt" on Unix?
  33.  
  34. Thanks,
  35. Lawry
  36.  
  37.